var github.com/vmihailenco/msgpack/v5.mapStringInterfacePtrType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_map.go#L19: 	mapStringInterfacePtrType = reflect.TypeOf((*map[string]interface{})(nil))
		decode_map.go#L20: 	mapStringInterfaceType    = mapStringInterfacePtrType.Elem()
		decode_map.go#L127: 	ptr := v.Addr().Convert(mapStringInterfacePtrType).Interface().(*map[string]interface{})